Python

CSS & images not loading in django admin | cpanel without terminal

CSS & images not loading in django admin | cpanel without terminal, someone asked me to explain?

In this tutorial I will show you how to to run "manage.py collectstatic" command in cpanel without Terminal & SSH Access. I m using goviralhost starter sharedhosting plan. It has no Terminal and SSH Access. After hosting my django project in file manager and run requirements.txt. I used below textbox and 'Run Script' to execute command.

execute script

Python Script:

python manage.py collectstatic --noinput

Video Guide:

Post your comments / questions